Html Css Color HEX #B0973E Roti

📋 copy color: '#B0973E'

red 176 ◦ green 151 ◦ blue 62

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

Shades of Roti #B0973E

Tints of Roti #B0973E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 15.94%

R = 45.24%
G = 38.82%
B = 15.94%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#B0973E (or 0xB0973E) is known color: Roti. HEX triplet: B0, 97 and 3E. RGB value is (176,151,62). Sum of RGB (Red+Green+Blue) = 176+151+62=389 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.24% from 389); Green value is 151 (59.38% from 255 or 38.82% from 389); Blue value is 62 (24.61% from 255 or 15.94% from 389); Max value from RGB is 176 - color contains mainly: red. Hex color #B0973E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0973E is #4F68C1. Grayscale: #949494. Windows color (decimal): -5204162 or 4102064. OLE color: 4102064.

HSL color Cylindrical-coordinate representation of color #B0973E: hue angle of 46.84º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B0973E is Cyan = 0, Magento = 0.14, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 151 62 -
CMYK 0 0.14 0.65 0.31
HSL 46.84º 0.48% 0.47% -
HSV(B) 46.84º 0.65% 0.69% -
XYZ 29.84 31.71 9.11 -
YUV 148.33 79.28 147.74 -
System Red Green Blue C M Y K H S L
Decimal 176 151 62 0 0.14 0.65 0.31 46.84 0.48 0.47
Hex B0 97 3E 0 E 41 1F 2F 30 2F
Octal 260 227 76 0 16 101 37 57 60 57
Binary 10110000 10010111 111110 0 1110 1000001 11111 101111 110000 101111

Color Harmonies of #B0973E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0973E

Black with #B0973E

Text Example


Text Example

White with #B0973E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0973E; }

 p { color: rgb(176,151,62); }

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

background-color css

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

 a { background-color: rgb(176,151,62); }

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

border-color css

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

 span { border-color: rgb(176,151,62); }

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