Html Css Color HEX #B29434 Reef Gold

📋 copy color: '#B29434'

red 178 ◦ green 148 ◦ blue 52

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

Shades of Reef Gold #B29434

Tints of Reef Gold #B29434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 13.76%

R = 47.09%
G = 39.15%
B = 13.76%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.71

 K value IS 0.30

RGB Variations

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

Color information

#B29434 (or 0xB29434) is known color: Reef Gold. HEX triplet: B2, 94 and 34. RGB value is (178,148,52). Sum of RGB (Red+Green+Blue) = 178+148+52=378 (50% of max value = 765). Red value is 178 (69.92% from 255 or 47.09% from 378); Green value is 148 (58.20% from 255 or 39.15% from 378); Blue value is 52 (20.70% from 255 or 13.76% from 378); Max value from RGB is 178 - color contains mainly: red. Hex color #B29434 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29434 is #4D6BCB. Grayscale: #929292. Windows color (decimal): -5073868 or 3445938. OLE color: 3445938.

HSL color Cylindrical-coordinate representation of color #B29434: hue angle of 45.71º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B29434 is Cyan = 0, Magento = 0.17, Yellow = 0.71 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 148 52 -
CMYK 0 0.17 0.71 0.30
HSL 45.71º 0.55% 0.45% -
HSV(B) 45.71º 0.71% 0.7% -
XYZ 29.57 30.89 7.65 -
YUV 146.03 74.94 150.81 -
System Red Green Blue C M Y K H S L
Decimal 178 148 52 0 0.17 0.71 0.30 45.71 0.55 0.45
Hex B2 94 34 0 11 47 1E 2E 37 2D
Octal 262 224 64 0 21 107 36 56 67 55
Binary 10110010 10010100 110100 0 10001 1000111 11110 101110 110111 101101

Color Harmonies of #B29434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29434

Black with #B29434

Text Example


Text Example

White with #B29434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29434; }

 p { color: rgb(178,148,52); }

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

background-color css

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

 a { background-color: rgb(178,148,52); }

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

border-color css

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

 span { border-color: rgb(178,148,52); }

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