Html Css Color HEX #C29B1B Buddha Gold

📋 copy color: '#C29B1B'

red 194 ◦ green 155 ◦ blue 27

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

Shades of Buddha Gold #C29B1B

Tints of Buddha Gold #C29B1B

RGB

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

 GREEN value IS 155 (60.94% from 255) = 41.22%

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

R = 51.6%
G = 41.22%
B = 7.18%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C29B1B (or 0xC29B1B) is known color: Buddha Gold. HEX triplet: C2, 9B and 1B. RGB value is (194,155,27). Sum of RGB (Red+Green+Blue) = 194+155+27=376 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.60% from 376); Green value is 155 (60.94% from 255 or 41.22% from 376); Blue value is 27 (10.94% from 255 or 7.18% from 376); Max value from RGB is 194 - color contains mainly: red. Hex color #C29B1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29B1B is #3D64E4. Grayscale: #989898. Windows color (decimal): -4023525 or 1809346. OLE color: 1809346.

HSL color Cylindrical-coordinate representation of color #C29B1B: hue angle of 45.99º 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 #C29B1B is Cyan = 0, Magento = 0.20, Yellow = 0.86 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 155 27 -
CMYK 0 0.20 0.86 0.24
HSL 45.99º 0.76% 0.43% -
HSV(B) 45.99º 0.86% 0.76% -
XYZ 34.17 34.99 5.99 -
YUV 152.07 57.42 157.91 -
System Red Green Blue C M Y K H S L
Decimal 194 155 27 0 0.20 0.86 0.24 45.99 0.76 0.43
Hex C2 9B 1B 0 14 56 18 2E 4C 2B
Octal 302 233 33 0 24 126 30 56 114 53
Binary 11000010 10011011 11011 0 10100 1010110 11000 101110 1001100 101011

Color Harmonies of #C29B1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29B1B

Black with #C29B1B

Text Example


Text Example

White with #C29B1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29B1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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