Html Css Color HEX #B2983E Roti

📋 copy color: '#B2983E'

red 178 ◦ green 152 ◦ blue 62

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

Shades of Roti #B2983E

Tints of Roti #B2983E

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.78%

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

R = 45.41%
G = 38.78%
B = 15.82%

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

#B2983E (or 0xB2983E) is known color: Roti. HEX triplet: B2, 98 and 3E. RGB value is (178,152,62). Sum of RGB (Red+Green+Blue) = 178+152+62=392 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.41% from 392); Green value is 152 (59.77% from 255 or 38.78% from 392); Blue value is 62 (24.61% from 255 or 15.82% from 392); Max value from RGB is 178 - color contains mainly: red. Hex color #B2983E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2983E is #4D67C1. Grayscale: #959595. Windows color (decimal): -5072834 or 4102322. OLE color: 4102322.

HSL color Cylindrical-coordinate representation of color #B2983E: hue angle of 46.55º 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 #B2983E is Cyan = 0, Magento = 0.15, Yellow = 0.65 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 152 62 -
CMYK 0 0.15 0.65 0.30
HSL 46.55º 0.48% 0.47% -
HSV(B) 46.55º 0.65% 0.7% -
XYZ 30.46 32.27 9.18 -
YUV 149.51 78.61 148.32 -
System Red Green Blue C M Y K H S L
Decimal 178 152 62 0 0.15 0.65 0.30 46.55 0.48 0.47
Hex B2 98 3E 0 F 41 1E 2F 30 2F
Octal 262 230 76 0 17 101 36 57 60 57
Binary 10110010 10011000 111110 0 1111 1000001 11110 101111 110000 101111

Color Harmonies of #B2983E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2983E

Black with #B2983E

Text Example


Text Example

White with #B2983E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2983E; }

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

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

background-color css

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

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

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

border-color css

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

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

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