Html Css Color HEX #BD973B Roti

📋 copy color: '#BD973B'

red 189 ◦ green 151 ◦ blue 59

#BD973B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Roti #BD973B

Tints of Roti #BD973B

RGB

 RED value IS 189 (74.22% from 255) = 47.37%

 GREEN value IS 151 (59.38% from 255) = 37.84%

 BLUE value IS 59 (23.44% from 255) = 14.79%

R = 47.37%
G = 37.84%
B = 14.79%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.69

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BD973B (or 0xBD973B) is known color: Roti. HEX triplet: BD, 97 and 3B. RGB value is (189,151,59). Sum of RGB (Red+Green+Blue) = 189+151+59=399 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.37% from 399); Green value is 151 (59.38% from 255 or 37.84% from 399); Blue value is 59 (23.44% from 255 or 14.79% from 399); Max value from RGB is 189 - color contains mainly: red. Hex color #BD973B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD973B is #4268C4. Grayscale: #989898. Windows color (decimal): -4352197 or 3905469. OLE color: 3905469.

HSL color Cylindrical-coordinate representation of color #BD973B: hue angle of 42.46º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BD973B is Cyan = 0, Magento = 0.20, Yellow = 0.69 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 151 59 -
CMYK 0 0.20 0.69 0.26
HSL 42.46º 0.52% 0.49% -
HSV(B) 42.46º 0.69% 0.74% -
XYZ 32.84 33.27 8.83 -
YUV 151.87 75.59 154.48 -
System Red Green Blue C M Y K H S L
Decimal 189 151 59 0 0.20 0.69 0.26 42.46 0.52 0.49
Hex BD 97 3B 0 14 45 1A 2A 34 31
Octal 275 227 73 0 24 105 32 52 64 61
Binary 10111101 10010111 111011 0 10100 1000101 11010 101010 110100 110001

Color Harmonies of #BD973B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD973B

Black with #BD973B

Text Example


Text Example

White with #BD973B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD973B; }

 p { color: rgb(189,151,59); }

 H1.HeaderClassName
 {
   color: #BD973B;
 }
 .AnyTagClassName
 {
   color: #BD973B;
 }
</style>

background-color css

<style>
 a { background-color: #BD973B; }

 a { background-color: rgb(189,151,59); }

 div.DivClassName
 {
   background-color: #BD973B;
 }
 .BgClassName
 {
   background-color: #BD973B;
 }
</style>

border-color css

<style>
 span { border-color: #BD973B; }

 span { border-color: rgb(189,151,59); }

 td.TdClassName
 {
   border-color: #BD973B;
 }
 .TagClassName
 {
   border-color: #BD973B;
 }
</style>