Html Css Color HEX #B2973E Roti

📋 copy color: '#B2973E'

red 178 ◦ green 151 ◦ blue 62

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

Shades of Roti #B2973E

Tints of Roti #B2973E

RGB

 RED value IS 178 (69.92% from 255) = 45.52%

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

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

R = 45.52%
G = 38.62%
B = 15.86%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.65

 K value IS 0.30

RGB Variations

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

Color information

#B2973E (or 0xB2973E) is known color: Roti. HEX triplet: B2, 97 and 3E. RGB value is (178,151,62). Sum of RGB (Red+Green+Blue) = 178+151+62=391 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.52% from 391); Green value is 151 (59.38% from 255 or 38.62% from 391); Blue value is 62 (24.61% from 255 or 15.86% from 391); Max value from RGB is 178 - color contains mainly: red. Hex color #B2973E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2973E is #4D68C1. Grayscale: #959595. Windows color (decimal): -5073090 or 4102066. OLE color: 4102066.

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

Color convert

RGB 178 151 62 -
CMYK 0 0.15 0.65 0.30
HSL 46.03º 0.48% 0.47% -
HSV(B) 46.03º 0.65% 0.7% -
XYZ 30.3 31.95 9.13 -
YUV 148.93 78.95 148.74 -
System Red Green Blue C M Y K H S L
Decimal 178 151 62 0 0.15 0.65 0.30 46.03 0.48 0.47
Hex B2 97 3E 0 F 41 1E 2E 30 2F
Octal 262 227 76 0 17 101 36 56 60 57
Binary 10110010 10010111 111110 0 1111 1000001 11110 101110 110000 101111

Color Harmonies of #B2973E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2973E

Black with #B2973E

Text Example


Text Example

White with #B2973E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2973E; }

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

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

background-color css

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

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

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

border-color css

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

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

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