Html Css Color HEX #B9973C Roti

📋 copy color: '#B9973C'

red 185 ◦ green 151 ◦ blue 60

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

Shades of Roti #B9973C

Tints of Roti #B9973C

RGB

 RED value IS 185 (72.66% from 255) = 46.72%

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

 BLUE value IS 60 (23.83% from 255) = 15.15%

R = 46.72%
G = 38.13%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#B9973C (or 0xB9973C) is known color: Roti. HEX triplet: B9, 97 and 3C. RGB value is (185,151,60). Sum of RGB (Red+Green+Blue) = 185+151+60=396 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.72% from 396); Green value is 151 (59.38% from 255 or 38.13% from 396); Blue value is 60 (23.83% from 255 or 15.15% from 396); Max value from RGB is 185 - color contains mainly: red. Hex color #B9973C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9973C is #4668C3. Grayscale: #979797. Windows color (decimal): -4614340 or 3971001. OLE color: 3971001.

HSL color Cylindrical-coordinate representation of color #B9973C: hue angle of 43.68º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B9973C is Cyan = 0, Magento = 0.18, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 151 60 -
CMYK 0 0.18 0.68 0.27
HSL 43.68º 0.51% 0.48% -
HSV(B) 43.68º 0.68% 0.73% -
XYZ 31.89 32.77 8.92 -
YUV 150.79 76.76 152.4 -
System Red Green Blue C M Y K H S L
Decimal 185 151 60 0 0.18 0.68 0.27 43.68 0.51 0.48
Hex B9 97 3C 0 12 44 1B 2C 33 30
Octal 271 227 74 0 22 104 33 54 63 60
Binary 10111001 10010111 111100 0 10010 1000100 11011 101100 110011 110000

Color Harmonies of #B9973C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9973C

Black with #B9973C

Text Example


Text Example

White with #B9973C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9973C; }

 p { color: rgb(185,151,60); }

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

background-color css

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

 a { background-color: rgb(185,151,60); }

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

border-color css

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

 span { border-color: rgb(185,151,60); }

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