Html Css Color HEX #C29A1B Buddha Gold

📋 copy color: '#C29A1B'

red 194 ◦ green 154 ◦ blue 27

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

Shades of Buddha Gold #C29A1B

Tints of Buddha Gold #C29A1B

RGB

 RED value IS 194 (76.17% from 255) = 51.73%

 GREEN value IS 154 (60.55% from 255) = 41.07%

 BLUE value IS 27 (10.94% from 255) = 7.2%

R = 51.73%
G = 41.07%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C29A1B (or 0xC29A1B) is known color: Buddha Gold. HEX triplet: C2, 9A and 1B. RGB value is (194,154,27). Sum of RGB (Red+Green+Blue) = 194+154+27=375 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.73% from 375); Green value is 154 (60.55% from 255 or 41.07% from 375); Blue value is 27 (10.94% from 255 or 7.2% from 375); Max value from RGB is 194 - color contains mainly: red. Hex color #C29A1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29A1B is #3D65E4. Grayscale: #989898. Windows color (decimal): -4023781 or 1809090. OLE color: 1809090.

HSL color Cylindrical-coordinate representation of color #C29A1B: hue angle of 45.63º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C29A1B is Cyan = 0, Magento = 0.21, Yellow = 0.86 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 154 27 -
CMYK 0 0.21 0.86 0.24
HSL 45.63º 0.76% 0.43% -
HSV(B) 45.63º 0.86% 0.76% -
XYZ 34 34.66 5.93 -
YUV 151.48 57.75 158.33 -
System Red Green Blue C M Y K H S L
Decimal 194 154 27 0 0.21 0.86 0.24 45.63 0.76 0.43
Hex C2 9A 1B 0 15 56 18 2E 4C 2B
Octal 302 232 33 0 25 126 30 56 114 53
Binary 11000010 10011010 11011 0 10101 1010110 11000 101110 1001100 101011

Color Harmonies of #C29A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29A1B

Black with #C29A1B

Text Example


Text Example

White with #C29A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29A1B; }

 p { color: rgb(194,154,27); }

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

background-color css

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

 a { background-color: rgb(194,154,27); }

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

border-color css

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

 span { border-color: rgb(194,154,27); }

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