Html Css Color HEX #B09B37 Roti

📋 copy color: '#B09B37'

red 176 ◦ green 155 ◦ blue 55

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

Shades of Roti #B09B37

Tints of Roti #B09B37

RGB

 RED value IS 176 (69.14% from 255) = 45.6%

 GREEN value IS 155 (60.94% from 255) = 40.16%

 BLUE value IS 55 (21.88% from 255) = 14.25%

R = 45.6%
G = 40.16%
B = 14.25%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#B09B37 (or 0xB09B37) is known color: Roti. HEX triplet: B0, 9B and 37. RGB value is (176,155,55). Sum of RGB (Red+Green+Blue) = 176+155+55=386 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.60% from 386); Green value is 155 (60.94% from 255 or 40.16% from 386); Blue value is 55 (21.88% from 255 or 14.25% from 386); Max value from RGB is 176 - color contains mainly: red. Hex color #B09B37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09B37 is #4F64C8. Grayscale: #969696. Windows color (decimal): -5203145 or 3644336. OLE color: 3644336.

HSL color Cylindrical-coordinate representation of color #B09B37: hue angle of 49.59º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B09B37 is Cyan = 0, Magento = 0.12, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 155 55 -
CMYK 0 0.12 0.69 0.31
HSL 49.59º 0.52% 0.45% -
HSV(B) 49.59º 0.69% 0.69% -
XYZ 30.32 32.95 8.38 -
YUV 149.88 74.46 146.63 -
System Red Green Blue C M Y K H S L
Decimal 176 155 55 0 0.12 0.69 0.31 49.59 0.52 0.45
Hex B0 9B 37 0 C 45 1F 32 34 2D
Octal 260 233 67 0 14 105 37 62 64 55
Binary 10110000 10011011 110111 0 1100 1000101 11111 110010 110100 101101

Color Harmonies of #B09B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09B37

Black with #B09B37

Text Example


Text Example

White with #B09B37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09B37; }

 p { color: rgb(176,155,55); }

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

background-color css

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

 a { background-color: rgb(176,155,55); }

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

border-color css

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

 span { border-color: rgb(176,155,55); }

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