Html Css Color HEX #B09430 Reef Gold

📋 copy color: '#B09430'

red 176 ◦ green 148 ◦ blue 48

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

Shades of Reef Gold #B09430

Tints of Reef Gold #B09430

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.78%

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

R = 47.31%
G = 39.78%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B09430 (or 0xB09430) is known color: Reef Gold. HEX triplet: B0, 94 and 30. RGB value is (176,148,48). Sum of RGB (Red+Green+Blue) = 176+148+48=372 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.31% from 372); Green value is 148 (58.20% from 255 or 39.78% from 372); Blue value is 48 (19.14% from 255 or 12.90% from 372); Max value from RGB is 176 - color contains mainly: red. Hex color #B09430 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09430 is #4F6BCF. Grayscale: #919191. Windows color (decimal): -5204944 or 3183792. OLE color: 3183792.

HSL color Cylindrical-coordinate representation of color #B09430: hue angle of 46.88º 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 #B09430 is Cyan = 0, Magento = 0.16, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 148 48 -
CMYK 0 0.16 0.73 0.31
HSL 46.88º 0.57% 0.44% -
HSV(B) 46.88º 0.73% 0.69% -
XYZ 29.03 30.62 7.18 -
YUV 144.97 73.28 150.13 -
System Red Green Blue C M Y K H S L
Decimal 176 148 48 0 0.16 0.73 0.31 46.88 0.57 0.44
Hex B0 94 30 0 10 49 1F 2F 39 2C
Octal 260 224 60 0 20 111 37 57 71 54
Binary 10110000 10010100 110000 0 10000 1001001 11111 101111 111001 101100

Color Harmonies of #B09430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09430

Black with #B09430

Text Example


Text Example

White with #B09430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09430; }

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

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

background-color css

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

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

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

border-color css

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

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

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