Html Css Color HEX #B0983D Roti

📋 copy color: '#B0983D'

red 176 ◦ green 152 ◦ blue 61

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

Shades of Roti #B0983D

Tints of Roti #B0983D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 15.68%

R = 45.24%
G = 39.07%
B = 15.68%

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

#B0983D (or 0xB0983D) is known color: Roti. HEX triplet: B0, 98 and 3D. RGB value is (176,152,61). Sum of RGB (Red+Green+Blue) = 176+152+61=389 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.24% from 389); Green value is 152 (59.77% from 255 or 39.07% from 389); Blue value is 61 (24.22% from 255 or 15.68% from 389); Max value from RGB is 176 - color contains mainly: red. Hex color #B0983D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0983D is #4F67C2. Grayscale: #959595. Windows color (decimal): -5203907 or 4036784. OLE color: 4036784.

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

Color convert

RGB 176 152 61 -
CMYK 0 0.14 0.65 0.31
HSL 47.48º 0.49% 0.46% -
HSV(B) 47.48º 0.65% 0.69% -
XYZ 29.98 32.02 9.02 -
YUV 148.8 78.45 147.4 -
System Red Green Blue C M Y K H S L
Decimal 176 152 61 0 0.14 0.65 0.31 47.48 0.49 0.46
Hex B0 98 3D 0 E 41 1F 2F 31 2E
Octal 260 230 75 0 16 101 37 57 61 56
Binary 10110000 10011000 111101 0 1110 1000001 11111 101111 110001 101110

Color Harmonies of #B0983D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0983D

Black with #B0983D

Text Example


Text Example

White with #B0983D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0983D; }

 p { color: rgb(176,152,61); }

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

background-color css

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

 a { background-color: rgb(176,152,61); }

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

border-color css

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

 span { border-color: rgb(176,152,61); }

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