Html Css Color HEX #B09030 Reef Gold

📋 copy color: '#B09030'

red 176 ◦ green 144 ◦ blue 48

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

Shades of Reef Gold #B09030

Tints of Reef Gold #B09030

RGB

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

 GREEN value IS 144 (56.64% from 255) = 39.13%

 BLUE value IS 48 (19.14% from 255) = 13.04%

R = 47.83%
G = 39.13%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B09030 (or 0xB09030) is known color: Reef Gold. HEX triplet: B0, 90 and 30. RGB value is (176,144,48). Sum of RGB (Red+Green+Blue) = 176+144+48=368 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.83% from 368); Green value is 144 (56.64% from 255 or 39.13% from 368); Blue value is 48 (19.14% from 255 or 13.04% from 368); Max value from RGB is 176 - color contains mainly: red. Hex color #B09030 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09030 is #4F6FCF. Grayscale: #8F8F8F. Windows color (decimal): -5205968 or 3182768. OLE color: 3182768.

HSL color Cylindrical-coordinate representation of color #B09030: hue angle of 45º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B09030 is Cyan = 0, Magento = 0.18, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 144 48 -
CMYK 0 0.18 0.73 0.31
HSL 45º 0.57% 0.44% -
HSV(B) 45º 0.73% 0.69% -
XYZ 28.41 29.39 6.97 -
YUV 142.62 74.6 151.81 -
System Red Green Blue C M Y K H S L
Decimal 176 144 48 0 0.18 0.73 0.31 45 0.57 0.44
Hex B0 90 30 0 12 49 1F 2D 39 2C
Octal 260 220 60 0 22 111 37 55 71 54
Binary 10110000 10010000 110000 0 10010 1001001 11111 101101 111001 101100

Color Harmonies of #B09030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09030

Black with #B09030

Text Example


Text Example

White with #B09030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09030; }

 p { color: rgb(176,144,48); }

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

background-color css

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

 a { background-color: rgb(176,144,48); }

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

border-color css

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

 span { border-color: rgb(176,144,48); }

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