Html Css Color HEX #C4991B Buddha Gold

📋 copy color: '#C4991B'

red 196 ◦ green 153 ◦ blue 27

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

Shades of Buddha Gold #C4991B

Tints of Buddha Gold #C4991B

RGB

 RED value IS 196 (76.95% from 255) = 52.13%

 GREEN value IS 153 (60.16% from 255) = 40.69%

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

R = 52.13%
G = 40.69%
B = 7.18%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C4991B (or 0xC4991B) is known color: Buddha Gold. HEX triplet: C4, 99 and 1B. RGB value is (196,153,27). Sum of RGB (Red+Green+Blue) = 196+153+27=376 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.13% from 376); Green value is 153 (60.16% from 255 or 40.69% from 376); Blue value is 27 (10.94% from 255 or 7.18% from 376); Max value from RGB is 196 - color contains mainly: red. Hex color #C4991B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4991B is #3B66E4. Grayscale: #989898. Windows color (decimal): -3892965 or 1808836. OLE color: 1808836.

HSL color Cylindrical-coordinate representation of color #C4991B: hue angle of 44.73º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C4991B is Cyan = 0, Magento = 0.22, Yellow = 0.86 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 153 27 -
CMYK 0 0.22 0.86 0.23
HSL 44.73º 0.76% 0.44% -
HSV(B) 44.73º 0.86% 0.77% -
XYZ 34.35 34.6 5.9 -
YUV 151.49 57.75 159.75 -
System Red Green Blue C M Y K H S L
Decimal 196 153 27 0 0.22 0.86 0.23 44.73 0.76 0.44
Hex C4 99 1B 0 16 56 17 2D 4C 2C
Octal 304 231 33 0 26 126 27 55 114 54
Binary 11000100 10011001 11011 0 10110 1010110 10111 101101 1001100 101100

Color Harmonies of #C4991B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4991B

Black with #C4991B

Text Example


Text Example

White with #C4991B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4991B; }

 p { color: rgb(196,153,27); }

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

background-color css

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

 a { background-color: rgb(196,153,27); }

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

border-color css

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

 span { border-color: rgb(196,153,27); }

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