Html Css Color HEX #C4971B Buddha Gold

📋 copy color: '#C4971B'

red 196 ◦ green 151 ◦ blue 27

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

Shades of Buddha Gold #C4971B

Tints of Buddha Gold #C4971B

RGB

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

 GREEN value IS 151 (59.38% from 255) = 40.37%

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

R = 52.41%
G = 40.37%
B = 7.22%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C4971B (or 0xC4971B) is known color: Buddha Gold. HEX triplet: C4, 97 and 1B. RGB value is (196,151,27). Sum of RGB (Red+Green+Blue) = 196+151+27=374 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.41% from 374); Green value is 151 (59.38% from 255 or 40.37% from 374); Blue value is 27 (10.94% from 255 or 7.22% from 374); Max value from RGB is 196 - color contains mainly: red. Hex color #C4971B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4971B is #3B68E4. Grayscale: #969696. Windows color (decimal): -3893477 or 1808324. OLE color: 1808324.

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

Color convert

RGB 196 151 27 -
CMYK 0 0.23 0.86 0.23
HSL 44.02º 0.76% 0.44% -
HSV(B) 44.02º 0.86% 0.77% -
XYZ 34.03 33.95 5.8 -
YUV 150.32 58.41 160.58 -
System Red Green Blue C M Y K H S L
Decimal 196 151 27 0 0.23 0.86 0.23 44.02 0.76 0.44
Hex C4 97 1B 0 17 56 17 2C 4C 2C
Octal 304 227 33 0 27 126 27 54 114 54
Binary 11000100 10010111 11011 0 10111 1010110 10111 101100 1001100 101100

Color Harmonies of #C4971B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4971B

Black with #C4971B

Text Example


Text Example

White with #C4971B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4971B; }

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

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

background-color css

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

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

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

border-color css

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

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

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